const runtime.minSizeForMallocHeader
6 uses
runtime (current package)
malloc.go#L432: if minSizeForMallocHeader == uintptr(class_to_size[i]) {
malloc.go#L442: if minSizeForMallocHeader/goarch.PtrSize > 8*goarch.PtrSize {
mbitmap.go#L101: minSizeForMallocHeader = goarch.PtrSize * ptrBits
mbitmap.go#L115: return userSize <= minSizeForMallocHeader
mbitmap.go#L570: if span.elemsize > minSizeForMallocHeader {
msize.go#L18: if !noscan && reqSize > minSizeForMallocHeader { // !noscan && !heapBitsInSpan(reqSize)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |